SixBit API Schema
ShopifyType Complex Type
Description
Item information specific to Shopify.
Namespace (none)
Diagram
Collections Element Vendor Element Tags Element ProductType Element SEODescription Element SEOTitle Element Description Element Title Element DescriptionWrapperName Element DescriptionWrapperID Element AllocationPlanName Element AllocationPlanID Element All ShopifyType Complex Type
Overview
ShopifyType
Item information specific to Shopify.
Used By
Shopify Element
Source
<xs:complexType name="ShopifyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Item information specific to Shopify.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="AllocationPlanID" type="AllocationPlanIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="AllocationPlanName" type="AllocationPlanNameType" maxOccurs="1" minOccurs="0" />
    <xs:element name="DescriptionWrapperID" type="DescriptionWrapperIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="DescriptionWrapperName" type="DescriptionWrapperNameType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Title" type="TitleType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Description" type="DescriptionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SEOTitle" type="SEOTitleType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SEODescription" type="SEODescriptionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ProductType" type="ProductTypeType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Tags" type="TagsShopifyType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Vendor" type="VendorType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Collections" type="CollectionsShopifyType" maxOccurs="1" minOccurs="0" />
  </xs:all>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.